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