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