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