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