ref: 678f608c8c72b821d0258ecca4028e0e8c90df6a 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 = { }