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