ref: 90884157987e7d97243f0a44ef75f123c0c83bdb 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