a3.c   [plain text]


foo (a)
{
  int i;

  for (i = 1;  i < a; i++)
    ;
  {
    int b = (int) &foo;

    return (a & b) == 0;
  }
}