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