Sync usage with man page.
[netbsd-mini2440.git] / gnu / dist / gcc4 / gcc / testsuite / gcc.c-torture / compile / 20000405-2.c
blob0b8559f143664e954add4435b0f50a18721d409d
1 extern void foo (int);
3 void bar (unsigned long l)
5 foo(l == 0);