ref: 8e7e353e186fd97f86feef8307e04f2032129ada 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