brintos

brintos / llvm-project-archived public Read only

0
0
Text · 200 B · 5a835ae Raw
7 lines · cpp
1// RUN: %clang -target x86_64-unknown-fuchsia -fprofile-instr-generate -fcoverage-mapping -emit-llvm -S %s -o - | FileCheck %s2 3// CHECK-NOT: @__llvm_profile_runtime4static int f0() {5  return 100;6}7