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