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