ref: 1877918ac3ebf4ca955a0956a1067139c06efb7c 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 = { }