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