blob: 0b8559f143664e954add4435b0f50a18721d409d [file] [log] [blame]
extern void foo (int);
void bar (unsigned long l)
{
foo(l == 0);
}