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