1 2 3 4 5 6 7 8 9
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 */