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