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