blob: 0bc7d3d6529fbd3094e87b10fcb9ba9819e6cf78 [file] [log] [blame]
Hans Wennborgc9bd88e2014-01-14 19:35:09 +00001// RUN: %clang_cc1 -triple %itanium_abi_triple -emit-llvm %s -o - | FileCheck %s
Eli Friedman84a7e342009-11-26 07:40:08 +00002struct A {};
3A& (A::*x)(const A&) = &A::operator=;
Rafael Espindola34970692013-12-12 16:07:11 +00004// CHECK-LABEL: define linkonce_odr {{.*}}%struct.A* @_ZN1AaSERKS_