1 // RUN: %clang_cc1 -emit-llvm %s -o - | FileCheck %s 2 struct A {}; 3 A& (A::*x)(const A&) = &A::operator=; 4 // CHECK: define linkonce_odr %struct.A* @_ZN1AaSERKS_ 5