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