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