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
math: fix an out of memory issue
[smatch.git]
/
validation
/
integer-promotions.c
blob
4245fe235ea777792fb87679d01725e6743ce157
1
static int
add_char
(
void
)
2
{
3
return
(
char
)
127
+ (
char
)
127
+ (
char
)
2
;
4
}
5
/*
6
* check-name: Integer promotions
7
*/