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