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