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
/
shortcut1.c
blob
4f4a234ae68aff6faa72d143dc8209d56ec4564d
1
void
foo
(
int
N
)
2
{
3
int
a
;
4
#pragma scop
5
if
(
N
<
100
&&
5
*
N
>
0
)
6
a
=
1
;
7
#pragma endscop
8
}