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