8sa1-gcc/gcc/testsuite/gcc.c-torture/compile/20000405-2.c
Jakub Jelinek 3ea0387c39 20000405-2.c: New test.
* compile/20000405-2.c: New test.
	* compile/20000405-3.c: New test.

From-SVN: r32929
2000-04-05 10:57:06 +02:00

7 lines
70 B
C

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