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