Hans Wennborg | c9bd88e | 2014-01-14 19:35:09 +0000 | [diff] [blame] | 1 | // RUN: %clang_cc1 -triple %itanium_abi_triple -emit-llvm %s -o - | FileCheck %s |
Eli Friedman | 84a7e34 | 2009-11-26 07:40:08 +0000 | [diff] [blame] | 2 | struct A {}; |
3 | A& (A::*x)(const A&) = &A::operator=; | ||||
Rafael Espindola | 3497069 | 2013-12-12 16:07:11 +0000 | [diff] [blame] | 4 | // CHECK-LABEL: define linkonce_odr {{.*}}%struct.A* @_ZN1AaSERKS_ |