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