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