ref: 6ffd7e7a7d3581d6d101a17767fcaf20a797a041 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