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