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