summaryrefslogtreecommitdiffstats
path: root/test/CodeGenCXX/copy-assign-synthesis-2.cpp
blob: 60d52f57de98d8d4a78365026ff04ffc97e6bc50 (plain)
1
2
3
4
// RUN: clang-cc -emit-llvm %s -o - | FileCheck %s
struct A {};
A& (A::*x)(const A&) = &A::operator=;
// CHECK: define linkonce_odr %struct.A* @_ZN1AaSERKS_
OpenPOWER on IntegriCloud