ref: 6933c334c2f597aabeb3a48eeda8da0981939bd5 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 = { }