Sign in
kernel
/
pub
/
scm
/
linux
/
kernel
/
git
/
viro
/
sparse
/
ef2e777c1bda3fbb2b00c9332e1bf40d24afc136
/
.
/
validation
/
declaration-after-statement-default.c
blob: c3fe2cd2112f1719c9e7234f717f65535f09991d [
file
] [
log
] [
blame
]
static
void
func
(
int
i
)
{
i
;
int
j
=
i
;
}
/*
* check-name: declaration after statement (default)
* check-command: sparse $file
*/