Skip to content

Instantly share code, notes, and snippets.

@jlao
Created September 13, 2010 05:54
Show Gist options
  • Save jlao/576863 to your computer and use it in GitHub Desktop.
Save jlao/576863 to your computer and use it in GitHub Desktop.
#test return -18
//many tests catch special behaviour around tmin and tmax. this one tests for tpain.
int main()
{
int b; int o; int a; int t; int _____;
b = 1;
o = 2;
a = 4;
t = 8;
_____ = 16;
return _____
/ 1
/ 1
/ 1
/ _____-1
+
o-o-o-o-o-o-o-o-o-o-o
+a /
t*o*o*o*o*o*o*o*b;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment