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