ref: b92973e28b8affb30ef3dfe2acf2cc47f95a3e95 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 }