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