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