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