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