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