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