20040216-1.c   [plain text]


int foo (int a, int b, int c, int d)
{
  return ~a & ~b & ~c & ~d;
}