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