ref: 52865cb63a6676c88e0c2703903741e03e623380 dir: /test/exportcycle.myr/
use std /* This test checks that cyclic types will be output * by muse. */ pkg = type list = struct next : list# val : int ;; ;; const main = { }