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