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