Skip to content

Instantly share code, notes, and snippets.

@VladimirReshetnikov
Created February 11, 2014 20:42
Show Gist options
  • Save VladimirReshetnikov/8943676 to your computer and use it in GitHub Desktop.
Save VladimirReshetnikov/8943676 to your computer and use it in GitHub Desktop.
class C
{
public static void Foo(int x)
{
const int max = int.MaxValue;
if (x <= max) { }
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment