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
debug: add __smatch_type() which prints the type of the argument
[smatch.git]
/
validation
/
backend
/
loop2.c
blob
279af21460c3ad48354dd5c9054b8a203c642422
1
extern
int
op
(
void
);
2
3
static void
test
(
void
)
4
{
5
int
i
;
6
for
(
i
=
0
; ;
i
++) {
7
op
();
8
}
9
}
10
11
/*
12
* check-name: Loops with unused counter
13
* check-command: ./sparsec -c $file -o tmp.o
14
*/