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