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