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