ref: de4bc34a527fc33a86e862d7462ab9c8f02ddfcb 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 }