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