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