param_cleared: handle direct assignments
[smatch.git] / validation / builtin_char_bit.c
blob30e6bed46fead1eccad375dff91d16751a5ab600
1 #include <limits.h>
3 static unsigned int word_bits = sizeof(unsigned int) * CHAR_BIT;
5 /*
6 * check-name: __CHAR_BIT__
7 */