ref: 11be53a01c3112de8fd6bcf81b306ee7c39a37ec 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 }