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