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