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