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