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