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