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