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