ref: 39562e06a87e2068d9dcd788201a2b7a6efdb7b2 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 = { }