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