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