Blob


1 #include <stdio.h>
3 int main() {
4 int myInt;
5 myInt = 0xFFFFFFE2;
6 printf("%d\n",myInt);
8 return 0;
9 }