ref: e51bd5951d76f015665a8c6a7ff060c1063d9df4 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 }