repo.or.cz
/
smatch.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
fix 'weak' attribute loss
[smatch.git]
/
validation
/
typeconvert.c
blob
6e43c76a48fc5fc7a94c20c9c4723d04e6d9e823
1
int
add_char
(
void
)
2
{
3
return
(
char
)
127
+ (
char
)
127
+ (
char
)
2
;
4
}