ref: 3cbdb83dbbc80b2c8a3458e5b1a1ae5d3080fb3b 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