ref: a63307b0526fe3ac874ce6e554999da65e98be1b 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 = { }