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