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