ref: 3c4b4fecaf3841b492c75b6dacbc7b68c6aa1703 dir: /test/tyoccur.myr/
/* checks that types do not contain themselves inline, because that would lead to an infinite sized type. */ type t = struct memb : t ;; var v : t