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