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