ref: 120dc534b06fd3f9611fd15b0de76ccaa5eeb53b 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 = { }