ref: 9bcde4d6e90488b0808f599d80715cfebc70fb9a 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 = { }