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