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