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