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