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