ref: 84b43b32d43fca9aa96d0f88e10093b0dfa079df 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 = { }