ref: 1265f41334e895d9b52e80918a57c19c86d6e66d 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