ref: 528ac41dc8b1b23ce8a22fee1c296bbe9a6742cc 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