rt_gccstream/gcc/testsuite/gcc.c-torture/compile/20000405-2.c

7 lines
70 B
C

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