ref: 1c97ea922511b71d925dc4e4c7823d5c67b709ba 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 = { }