1 // RUN: %clang_analyze_cc1 %s \
2 // RUN: -analyzer-checker=core \
3 // RUN: -analyzer-checker=debug.ExprInspection \
6 // Here, we test that symbol simplification in the solver does not produce any
8 // https://bugs.llvm.org/show_bug.cgi?id=51109
10 // expected-no-diagnostics
21 if (b
== 1 && c
== -1)