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