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