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