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