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