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