ref: 1520007d5fd0238f7ea3bf7aa7269043976bf3d6 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