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