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