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