ref: 3ec885ae37703028d40d8308bfe1a017307a5e4e 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