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