ref: 9f73400b5ec23decb92f5051564a49f7adda35da 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 = { }