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
pet 0.11.8
[pet.git]
/
tests
/
autodetect
/
decl.c
blob
6e5db25e80500bc886136b11be7655ea858a4956
1
void
foo
()
2
{
3
int
a
,
b
;
4
5
a
=
3
;
6
int
c
=
5
;
7
b
=
c
;
8
}