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