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