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