Sign in
kernel
/
pub
/
scm
/
linux
/
kernel
/
git
/
palmer
/
sparse
/
53eacc1fa688f066a5426f44fbc85710677fc172
/
.
/
validation
/
char-signed-native.c
blob: 5185fce9ecc28f637ba3e88308636efd84732f2f [
file
] [
log
] [
blame
]
void
foo
(
void
)
{
_Static_assert
((
char
)
-
1
==
-
1
,
"plain char is not signed"
);
}
/*
* check-name: char-signed-native
* check-command: sparse --arch=i386 -Wno-decl $file
*/