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