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