expressions: make assign_expression() take an op argument
[smatch.git] / validation / binary-constant.c
blobc4ae04546f3e8b04fac27e115888f7798ed0db1b
1 extern int x;
3 int x = 0b11;
5 /*
6 * check-name: binary constant
7 */