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