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