2 // RUN: %clang_analyze_cc1 -analyzer-checker=core -analyzer-stats -fblocks %s 2>&1 | FileCheck %s
15 // CHECK: ... Statistics Collected ...
16 // CHECK: 2 AnalysisConsumer - The # of functions and blocks analyzed (as top level with inlining turned on).
17 // CHECK: 100 AnalysisConsumer - The % of reachable basic blocks.