ref: 00a119d9f78148039fcd0e0641f67e3847c8f357 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 = { }