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