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