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