ref: 57d9a13a1046c79a3393317c47f93ebb54807786 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