ref: 9c6173cb0b582ce5a5115ea096a0865c7e2334bb 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