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
add pet_expr_foreach_call_expr
[pet.git]
/
tests
/
autodetect
/
loop2.c
blob
b15e28d6bc26ce8defd638149552f2d5ac7d1662
1
void
foo
()
2
{
3
int
a
;
4
5
for
(;;) {
6
loop
:
goto
loop
;
7
a
=
5
;
8
}
9
a
=
2
;
10
}