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