ref: 4ac578a191635f9728dc66dd99b22cc54692b4ef 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 = { }