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