Sign in
kernel
/
pub
/
scm
/
linux
/
kernel
/
git
/
palmer
/
sparse
/
f0e6938bffe0e21cde6e60ff63ed8877d4d04e26
/
.
/
validation
/
old-style-definition0.c
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
*/