blob: 60d52f57de98d8d4a78365026ff04ffc97e6bc50 [file] [log] [blame]
Eli Friedman15233e52009-11-26 07:40:08 +00001// RUN: clang-cc -emit-llvm %s -o - | FileCheck %s
2struct A {};
3A& (A::*x)(const A&) = &A::operator=;
4// CHECK: define linkonce_odr %struct.A* @_ZN1AaSERKS_