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
pet_stmt_from_pet_expr: rename "dim" variable to "space"
[pet.git]
/
tests
/
inf3.c
blob
fb76c880a76dbcbc69fc702cf52ef26a15752fed
1
void
foo
(
int
A
[
100
])
2
{
3
int
i
;
4
#pragma scop
5
i
=
5
;
6
for
(;;) {
7
A
[
i
] =
6
;
8
i
=
7
;
9
}
10
#pragma endscop
11
}