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