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