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