blob: 5185fce9ecc28f637ba3e88308636efd84732f2f [file] [log] [blame]
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
*/