param_key: fix container of when no struct member is referenced
[smatch.git] / validation / char-constant-unsigned.c
blobd5642b16c70eb7cc819774182cb1b6128fd636d8
1 int test(void) { return '\377' == 255; }
3 /*
4 * check-name: char-constant-unsigned
5 * check-command: test-linearize -Wno-decl -funsigned-char $file
7 * check-output-ignore
8 * check-output-returns: 1
9 */