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