Sign in
kernel
/
pub
/
scm
/
linux
/
kernel
/
git
/
viro
/
sparse
/
refs/heads/master
/
.
/
validation
/
knr-attr-crash.c
blob: 176ff50321204fcea5fc28bc38583e5d24864ba5 [
file
]
typedef
int
word
;
void
foo
(
word x
);
void
foo
(
x
)
word x
;
{
}
/*
* check-name: knr-attr-crash
* check-command: sparse -Wno-old-style-definition $file
*/