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