ref: 05d6f166bfbae35f412ac8276b34a61ecfb3a384 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 = { -> 0 }