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