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