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