Sign in
kernel
/
pub
/
scm
/
devel
/
sparse
/
sparse-dev
/
refs/heads/fix-zephyr
/
.
/
validation
/
char-constant-signed.c
blob: be0fd5cee341fee4a59dc1f7f6c0f88d450d78fc [
file
] [
log
] [
blame
]
int
test
(
void
)
{
return
'\377'
==
-
1
;
}
/*
* check-name: char-constant-signed
* check-command: test-linearize -Wno-decl -fsigned-char $file
*
* check-output-ignore
* check-output-returns: 1
*/