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