ref: 8bd18e2d1caef67781ae69d761bdfca8d2bcf41d 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 = { -> 0 }