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