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