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