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