Sign in
kernel
/
pub
/
scm
/
linux
/
kernel
/
git
/
viro
/
sparse
/
31dc25301b584f8d938629f9a68c5db83ec6241b
/
.
/
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
*/