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
parse.c: extract_tree: avoid uninitialized read on error path
[pet.git]
/
tests
/
cast.c
blob
66c04aeaa38c1cd9047a1ff0ca3b4f056a791916
1
void
foo
()
2
{
3
int
a
;
4
signed char
c
=
'a'
;
5
6
#pragma scop
7
a
= (
int
)
c
;
8
#pragma endscop
9
}