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