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