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