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
update for change in arguments of clang's HeaderSearchOptions::AddPath
[pet.git]
/
tests
/
loop.c
blob
6145fa2539016a5afcf5cba46593edae077407fb
1
void
foo
()
2
{
3
int
i
;
4
int
a
;
5
6
#pragma scop
7
for
(
i
=
0
;
i
<
10
; ++
i
)
8
a
=
5
;
9
#pragma endscop
10
}