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