ref: 75dbdd0239e5bbe8d27407e3a4a32922ae37ca72 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