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