ref: 954ff1977d4345d53a0e1996c7c3b39c51a2d470 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 = { -> 0 }