ref: bc529a54b673dfe0769f6f139dc85e440b8051cf 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