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