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