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