Skip to content

Instantly share code, notes, and snippets.

@jhasse
Last active December 14, 2015 06:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jhasse/5043383 to your computer and use it in GitHub Desktop.
Save jhasse/5043383 to your computer and use it in GitHub Desktop.
#include <iostream>
int main() {
long long g = -4294966190;
unsigned int p = 0;
--p;
g += p;
std::cout << g << std::endl;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment