ref: 0c678f7b8a8ea747663cc0e6cc18c90fdb1aa470 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 = { }