For example (in C):
int break = 1; int for = 2;
Why will the compiler have any problems at all in deducing that break and fo
break
fo
Because we want to keep what little sanity points we've got:
void myfunction(bool) { .. }; funcp while = &myfunction; while(true);