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