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