repo.or.cz
/
smatch.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
db: move return_values to use raw SQL
[smatch.git]
/
validation
/
declaration-after-statement-c99.c
blob
dd36e6efe33bf3130b20f24068892b195a41aa2d
1
static void
func
(
int
i
)
2
{
3
i
;
4
int
j
=
i
;
5
}
6
/*
7
* check-name: declaration after statement (C99)
8
* check-command: sparse -std=c99 $file
9
*/