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