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