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