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