ref: 17cb502c1578b8e1a94f02b84cf47acfef6b20b1 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 = { }