param_key: fix container of when no struct member is referenced
[smatch.git] / validation / char-signed.c
blob7f657dacb3f9934c6df9495dd4aae2fb67cf8239
1 void foo(void)
3 _Static_assert((char) -1 == -1, "plain char is not signed");
6 /*
7 * check-name: fsigned-char
8 * check-command: sparse -fsigned-char -Wno-decl $file
9 */