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