[clang-tidy][modernize-use-starts-ends-with] Fix operator rewriting false negative...
[llvm-project.git] / clang / test / CoverageMapping / unused_function_no_runtime_hook.cpp
blob5a835ae311697b365a77348aa94948e5557f61fc
1 // RUN: %clang -target x86_64-unknown-fuchsia -fprofile-instr-generate -fcoverage-mapping -emit-llvm -S %s -o - | FileCheck %s
3 // CHECK-NOT: @__llvm_profile_runtime
4 static int f0() {
5 return 100;