20000405-2.c   [plain text]


extern void foo (int);

void bar (unsigned long l)
{
  foo(l == 0);
}