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
/
min.c
blob
1be68e098dd1c13582ef3d6888ec19aaa7907f79
1
void
foo
(
int
N
)
2
{
3
int
i
;
4
int
a
[
N
];
5
6
#pragma scop
7
for
(
i
=
0
;
i
<
min
(
N
,
2
*
N
-
10
); ++
i
)
8
a
[
i
] =
i
;
9
#pragma endscop
10
}