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