ref: 5045a7db15fc9cee696c319889b1f81e464b12a3 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 = { }