#include <iostream> int main() { signed char c = 127; c += 255; std::cout << int(c) << '\n';}
Standard input is empty
126
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!