ref: 375f3f20f33f050b677c5f51394109ccac7abe74 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