stats.c revision 13e6cb02ea43f2dc0e2263e12edc5152b4305db6
1// RUN: %clang_cc1 -analyze -analyzer-checker=core -analyzer-stats %s 2>&1 | FileCheck %s
2
3void foo() {
4  int x;
5}
6// CHECK: ... Statistics Collected ...
7// CHECK:The # of times RemoveDeadBindings is called
8