--TEST-- Unary minus applies to the whole operand expression --FILE-- --EXPECT-- int(-2) int(-3) int(5) int(-5) int(-4) int(-7)