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