Sign in
kernel
/
pub
/
scm
/
linux
/
kernel
/
git
/
palmer
/
sparse
/
f0e6938bffe0e21cde6e60ff63ed8877d4d04e26
/
.
/
validation
/
backend
/
loop2.c
blob: d827b5d327bad2ffe9b385709f5f4a89292e9e80 [
file
] [
log
] [
blame
]
extern
int
op
(
void
);
static
void
test
(
void
)
{
int
i
;
for
(
i
=
0
;
;
i
++)
{
op
();
}
}
/*
* check-name: Loops with unused counter
* check-command: sparsec -c $file -o tmp.o
*/