brintos

brintos / llvm-project-archived public Read only

0
0
Text · 192 B · a8f2b13 Raw
5 lines · cpp
1// RUN: %clang_cc1 -triple %itanium_abi_triple -emit-llvm %s -o - | FileCheck %s2struct A {};3A& (A::*x)(const A&) = &A::operator=;4// CHECK-LABEL: define linkonce_odr {{.*}}ptr @_ZN1AaSERKS_5