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