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