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