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