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_create_test_index: allow specification of domain space
[pet.git]
/
tests
/
loop6.c
blob
efb791243bc59f36a08c002c74d42d95edd0dc18
1
void
foo
(
int
n
)
2
{
3
int
a
[
n
];
4
5
#pragma scop
6
for
(
int
i
=
0
;
i
<=
n
; ++
i
)
7
if
(
i
<=
2147483547
)
8
a
[
i
+
100
-
100
] =
0
;
9
#pragma endscop
10
}