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