ref: 4770743d640a13ae81110b4161f0eb6eff9c0be1 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 = { }