// Check the value profiling intrinsics emitted by instrumentation.
// RUN: %clang_cc1 -no-opaque-pointers %s -o - -emit-llvm -fprofile-instrument=clang -mllvm -enable-value-profiling -fexceptions -fcxx-exceptions -triple x86_64-apple-macosx10.9 | FileCheck %s
void ;
int
// CHECK: declare void @__llvm_profile_instrument_target(i64, i8*, i32)