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