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