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