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