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