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