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