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