ref: 03aaebc565cf8b99b2babb03120998ab3f5a6d31 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