1void foo(void) 2{ 3 _Static_assert((char) -1 == -1, "plain char is not signed"); 4} 5 6/* 7 * check-name: char-signed-native 8 * check-command: sparse --arch=i386 -Wno-decl $file 9 */ 10