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