Skip to content

Instantly share code, notes, and snippets.

@jerstlouis
Created May 21, 2014 07:45
Show Gist options
  • Save jerstlouis/fa1835a541469316126d to your computer and use it in GitHub Desktop.
Save jerstlouis/fa1835a541469316126d to your computer and use it in GitHub Desktop.
void Test()
{
enum Values { foo = 0, bar = 1 } am = 1, pm = 1;
unsigned char t = 4;
if(bar == 2)
{
}
if(t - am - pm == 2)
{
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment