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
scan.cc: update comment of valid_for_each_iteration
[pet.git]
/
tests
/
tobi1.c
blob
95b653cbfc7927b10acc23dbec64ff87328e3df6
1
void
foo
()
2
{
3
unsigned char
i
;
4
int
a
;
5
6
#pragma scop
7
for
(
i
=
0
;
i
!=
16
;
i
+=
65
)
8
a
=
5
;
9
#pragma endscop
10
}
11