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