OSDN Git Service

2009-05-19 Richard Guenther <rguenther@suse.de>
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gcc.c-torture / compile / 20000405-2.c
1 extern void foo (int);
2
3 void bar (unsigned long l)
4 {
5   foo(l == 0);
6 }