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