ref: 1f224c74db8ada97c2404cd8ac2c1a3aacafd4d9 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 }