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
kernel-printf: add printf format %pra for struct range
[smatch.git]
/
validation
/
kill-rewritten-load.c
blob
31b895e53a3771077e5cff0e7e80cec4edcb629d
1
int
foo
(
int
i
)
2
{
3
i
++;
4
if
(
i
&&
0
)
5
i
;
6
return
0
;
7
}
8
9
10
/*
11
* check-name: kill-rewritten-load
12
* check-command: test-linearize -Wno-decl $file
13
* check-output-ignore
14
*
15
* check-output-excludes: add\\.
16
*/