1 // RUN: %clang_analyze_cc1 -analyzer-checker=core -verify %s
2 // expected-no-diagnostics
9 // Do not remove block-level expression bindings of caller when analyzing
11 if (1 && g(a
)) // The binding of '1 && g(a)' which is an UndefinedVal
12 // carries important information.