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