1 // RUN: %clang_cc1 -emit-llvm -triple %itanium_abi_triple -o - %s | FileCheck %s
13 // CHECK-LABEL: define {{.*}}void @_ZN1N1X1fEv
16 static void test2_f() {
18 // CHECK-LABEL: define internal {{.*}}void @_ZL7test2_fv
19 static void test2_f(int x
) {
21 // CHECK-LABEL: define internal {{.*}}void @_ZL7test2_fi
31 bool operator==(const int& a
, const test3_s
& b
) {