ref: 1c3ed5fc8e69003a0d91a9976afb40bdc6f525ba 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 }