ref: 5566df1184ea0e37b08abe3bf0077998b1f09dd5 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 = { }