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