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