ref: e3ee0361d0918fbf3d92ef7c4123cf6b0d9265a7 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 }