ref: 4a8f78d53d61423fdeb6c59881661d6cd5cbd430 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