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