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