ref: 64141a6e1d3bd0c0d648563e9333d3395fd7df86 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 = { }