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