1 // RUN: %clang_analyze_cc1 -analyzer-checker=core,alpha.core -verify %s
2 // RUN: %clang_analyze_cc1 -analyzer-checker=core,alpha.core -analyzer-config cfg-scopes=true -verify %s
3 // expected-no-diagnostics
5 // This is a test case for the issue reported in PR 2819:
6 // http://llvm.org/bugs/show_bug.cgi?id=2819
7 // The flow-sensitive dataflow solver should work even when no block in
8 // the CFG reaches the exit block.