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