blob: c25e0467fad5bba8c5a5b35f47e3325fe3478794 [file] [log] [blame]
Daniel Dunbara5728872009-12-15 20:14:24 +00001// RUN: %clang_cc1 -emit-llvm %s -o - | FileCheck %s
Eli Friedman15233e52009-11-26 07:40:08 +00002struct A {};
3A& (A::*x)(const A&) = &A::operator=;
4// CHECK: define linkonce_odr %struct.A* @_ZN1AaSERKS_