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