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