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
move PetScan::extract_while before its first use
[pet.git]
/
tests
/
inc2.c
blob
b22e816cb5294258bdc974487c374671c29c3c8e
1
void
foo
(
int
N
)
2
{
3
int
i
;
4
int
a
[
N
];
5
6
#pragma scop
7
for
(
i
=
0
;
i
<
N
;
i
+=
3
)
8
a
[
i
] =
i
;
9
#pragma endscop
10
}