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