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