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