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