bar(char * foo)1 int bar (char *foo)
2 {
3   return (long long) ((int) foo + 0) < 0;
4 }
5