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