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