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