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