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