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
link in clangASTMatchers when available
[pet.git]
/
tests
/
autodetect
/
loop1.c
blob
240af0ce7051a7b4338cf65375a8f6832c2fb807
1
void
foo
()
2
{
3
int
a
;
4
5
for
(;;) {
6
loop
:
goto
loop
;
7
a
=
5
;
8
}
9
}