I tried a few more as well:
VB:
Sub main()
Debug.Print -2 ^ 2
End Sub
-4
-----
Python:
-4
-----
C++ (MingW compiler):
-4
-----
C++ (Visual C++ compiler)
-4
-----
Javascript (Tried in internet explorer and firefox - although I don't think the browser matters)
-4
-----
Jscript
-4
-----
VBScript
4
-----
Google
4
-----
Calc.exe
-4
-----
PHP
4