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