Sign in
gnu
/
gcc
/
ab810952eb7c061e37054ddd1dfe0aa033365131
/
.
/
gcc
/
testsuite
/
g++.dg
/
cpp0x
/
rv-this.C
blob: 8064a51d44f131d951ea167cda9a2f407ad918f8 [
file
] [
log
] [
blame
]
// PR c++/56701
// { dg-require-effective-target c++11 }
struct
A
{
void
f
(){
A
*&&
a
=
this
;
}
};