1 // RUN: %clang_cc1 -S -emit-llvm -o - %s -finstrument-functions | FileCheck %s
5 // CHECK: __cyg_profile_func_enter
6 // CHECK: __cyg_profile_func_exit
12 int test2(int) __attribute__((no_instrument_function
));
14 // CHECK-NOT: __cyg_profile_func_enter
15 // CHECK-NOT: __cyg_profile_func_exit