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