ref: 2551a75889ee7eee8d9cb222c9d4f3111fccfa85 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