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