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