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