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