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
introduce pet_function_summary
[pet.git]
/
tests
/
shortcut2.c
blob
6cec7bc6deaf3bab30a2cd2d5e1e7f66834318e4
1
void
foo
(
int
N
)
2
{
3
int
a
;
4
#pragma scop
5
if
(
5
*
N
>
0
&&
N
<
100
)
6
a
=
1
;
7
#pragma endscop
8
}