let
	var test : int := 0
	var test2 : int := nil
in
	if test = test2 then (+ 3 test) else 4
end
