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