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