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