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