ref: b33ad4ba9ef23d2dbeec7fcd895d80c1c7d45026 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