1 // RUN: %clang_cc1 -pg -triple i386-unknown-unknown -emit-llvm -o - %s | FileCheck %s 2 void foo(void) { 3 // CHECK: call void @mcount() 4 } 5