#include <iostream>using namespace std; int main() { uint32_t a=0; a |= 0xFF << 24; cout<<std::dec<<(int)a; return 0;}
Standard input is empty
-16777216
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!