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
/
if3.c
blob
fc3cda5f61ff60d33a4b8c081b6678936ff84810
1
void
foo
()
2
{
3
int
a
,
b
;
4
5
if
(
b
>
0
)
6
loop
:
goto
loop
;
7
else
8
a
=
5
;
9
}