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