blob: eb522aa6f7aa36a4743b3751b2a1390137804bbb [file] [log] [blame]
extern int foo(int a, void *b);
int foo(a, b)
int a;
void *b;
{
if (b)
return a;
}
/*
* check-name: old-stype-definition disabled
* check-command: sparse -Wno-old-style-definition $file
*/