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