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