ref: 3d20a6d5e0c554e9f3d0d3f504f4dfb28901ebb7 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 }