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