3ea0387c39
* compile/20000405-2.c: New test. * compile/20000405-3.c: New test. From-SVN: r32929
7 lines
70 B
C
7 lines
70 B
C
extern void foo (int);
|
|
|
|
void bar (unsigned long l)
|
|
{
|
|
foo(l == 0);
|
|
}
|