1foo (a)
2{
3  int i;
4
5  for (i = 1;  i < a; i++)
6    ;
7  {
8    int b = (int) &foo;
9
10    return (a & b) == 0;
11  }
12}
13