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