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