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