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