2014-01-15 03:35:09 +08:00
|
|
|
// RUN: %clang_cc1 -triple %itanium_abi_triple -emit-llvm %s -o - | FileCheck %s
|
2009-11-26 15:40:08 +08:00
|
|
|
struct A {};
|
|
|
|
A& (A::*x)(const A&) = &A::operator=;
|
2013-12-13 00:07:11 +08:00
|
|
|
// CHECK-LABEL: define linkonce_odr {{.*}}%struct.A* @_ZN1AaSERKS_
|