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