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
shift_to_zero: be even more conservative (avoid false positives)
[smatch.git]
/
validation
/
kill-switch.c
blob
1316a775ea78a0637256203730567bd2999a4432
1
extern
int
i
;
2
3
static void
foo
(
void
)
4
{
5
switch
(
i
) {
6
case
0
:
7
;
8
}
9
}
10
11
/*
12
* check-name: kill-switch
13
* check-command: test-linearize $file
14
*
15
* check-output-ignore
16
* check-output-excludes: load\\.
17
*/