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