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
m4/ax_detect_clang.m4:fix description of SETLANGDEFAULTS_TAKES_5_ARGUMENTS
[pet.git]
/
tests
/
label2.c
blob
e4599efbceb1256df55c2c8e89854efed789e911
1
void
foo
()
2
{
3
int
i
;
4
int
a
;
5
6
#pragma scop
7
L
:
for
(
i
=
0
;
i
<
10
; ++
i
)
8
a
=
5
;
9
#pragma endscop
10
}