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