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