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