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