ref: 89331eff71ab876a5b6b534141b1422b2ca42e0b 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 = { }