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