ref: 682b8ca1e799b4ae78418b0c94e46b6077b45b5a 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