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