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