10 lines
122 B
C
10 lines
122 B
C
/* Flag information-losing constant conversion in argument lists */
|
|
|
|
int f(unsigned int);
|
|
|
|
void
|
|
should_fail()
|
|
{
|
|
f(-1);
|
|
}
|