1 // RUN: %clang_pgogen -O2 -o %t %s
2 // RUN: env LLVM_PROFILE_FILE=%t.profraw %run %t
3 // RUN: llvm-profdata show -function main -counts %t.profraw| FileCheck %s
7 __attribute__((noinline
)) void foo()
25 // CHECK-NEXT: Hash: {{.*}}
26 // CHECK-NEXT: Counters: 2
27 // CHECK-NEXT: Block counts: [1000, 1]