ref: 55f8d064387dcf0229b6020d5a8e57e660d358c7 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