ref: 8804ceff06b5562451c8d44c639bb88dd6990d3b 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