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