ref: 15b5fb5c0f9fee25b01a245229efcef21c103bdc 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 = { }