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