1 extern void foo (int);
2 
bar(unsigned long l)3 void bar (unsigned long l)
4 {
5   foo(l == 0);
6 }
7