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