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