ref: 10c0307e860d4f1ff9f9f2db67aa1fa4858bfaaa 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 = { }