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
/
filter2.c
blob
2854f045d0366f784436429e61c551eeca461d59
1
void
foo
(
int
test
[
100
],
int
index
)
2
{
3
#pragma scop
4
if
(
test
[
index
])
5
index
=
5
;
6
#pragma endscop
7
}