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