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