O_o

Well, I didn't actually say it was C or C++, but I'll grant you C++ because this is a C family forum.

Soma

Code:
#define this b
struct a{}b;
bool operator ++ (const a &){return(true);}
int main(){while(++this);}