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