ref: 1305df9b20460769d853304a8bc2ad69bc178d0a dir: /test/tyoccur.myr/
use std /* 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