ref: cfb191b44373a070f378a6655a69214cf6dbda9b 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