ref: 9b864a2bc7fbdae40704708a6893e6f29ad48397 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 = { }