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