ref: 0f4c2a5b39ba47f84d9b3efda76920fd688defa8 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