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