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
/
decl2.c
blob
5451be9450120d4668ffe76b1efc091c7409e1f1
1
void
foo
()
2
{
3
int
b
;
4
5
{
6
int
a
;
7
a
=
5
;
8
{
9
b
=
6
;
10
goto
next
;
11
next
:
12
b
=
7
;
13
}
14
b
=
a
;
15
}
16
}