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