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
unwind: use the shared success_fail_return() function
[smatch.git]
/
validation
/
char-signed.c
blob
7f657dacb3f9934c6df9495dd4aae2fb67cf8239
1
void
foo
(
void
)
2
{
3
_Static_assert
((
char
) -
1
== -
1
,
"plain char is not signed"
);
4
}
5
6
/*
7
* check-name: fsigned-char
8
* check-command: sparse -fsigned-char -Wno-decl $file
9
*/