helper: add get_last_statement_from_expression_stmt() [build fix]
[smatch.git] / validation / binary-constant.c
blobc4ae04546f3e8b04fac27e115888f7798ed0db1b
1 extern int x;
3 int x = 0b11;
5 /*
6 * check-name: binary constant
7 */