db/fixup_kernel.sh: fix clear_user() handling
[smatch.git] / validation / char-signed-native.c
blob5185fce9ecc28f637ba3e88308636efd84732f2f
1 void foo(void)
3 _Static_assert((char) -1 == -1, "plain char is not signed");
6 /*
7 * check-name: char-signed-native
8 * check-command: sparse --arch=i386 -Wno-decl $file
9 */