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