ref: 172ac611f5271a020a8081dd6768e01ed8dd5e55 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 = { }