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