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