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