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