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