repo.or.cz
/
pet.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
scop.c: fix typos in comments
[pet.git]
/
tests
/
filter3.c
blob
9ef924a1ddef8ea7db57961e882ab2d611f53bae
1
int
f
(
void
);
2
3
void
foo
(
int
test
[
100
],
int
index
)
4
{
5
#pragma scop
6
index
=
f
();
7
if
(
test
[
index
])
8
index
=
5
;
9
#pragma endscop
10
}