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