1 // RUN: %clang_analyze_cc1 %s \
2 // RUN: -analyzer-checker=core \
3 // RUN: -analyzer-checker=debug.ExprInspection \
6 // Here, we test that svalbuilder simplification does not produce any
9 void crashing(long a
, _Bool b
) {
12 (void)(b
<< 1); // expected-warning{{core.UndefinedBinaryOperatorResult}}