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