ref: 67608f06ccf0f6a0bf247a49858b8c9fb959f130 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 = { }