db/fixup_kernel.sh: fix clear_user() handling
[smatch.git] / validation / char-constant-signed.c
blobbe0fd5cee341fee4a59dc1f7f6c0f88d450d78fc
1 int test(void) { return '\377' == -1; }
3 /*
4 * check-name: char-constant-signed
5 * check-command: test-linearize -Wno-decl -fsigned-char $file
7 * check-output-ignore
8 * check-output-returns: 1
9 */