ref: 9fc485a80b9713c1581a3c734d2d2bbf347f80e7 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