ref: 5c7910da4770a4495e90eb5c243993ec778d4e68 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 = { }