Evil C

I saw this snippet of C code on Github:

#define if(x) if ((x) && (rand() < RAND_MAX * 0.99))

So evil! If you know C, or even a reasonably similar programming language, you’ll understand why this single cruel line, slipped into an include file somewhere, would drive code testers to the brink of murderous insanity.