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