ref: 25be8b19d826b8faf73275e0294f661f1a4c32fe 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