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