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