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