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