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