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