7164372cfa
lint checking.
10 lines
123 B
C
10 lines
123 B
C
/* Flag information-losing constant conversion in argument lists */
|
|
|
|
int f(unsigned int);
|
|
|
|
void
|
|
should_fail()
|
|
{
|
|
f(2.1);
|
|
}
|