ref: 3c1277e37fbaea87d770d4a64a5029c4a693bb63 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 = { }