Sign in
gnu
/
gcc
/
ab810952eb7c061e37054ddd1dfe0aa033365131
/
.
/
gcc
/
testsuite
/
g++.dg
/
cpp0x
/
rv-conv1.C
blob: 348276612b8e5c01208eb836db101a5d3eee0ce4 [
file
] [
log
] [
blame
]
// PR c++/49267
// { dg-do compile { target c++11 } }
struct
X
{
operator
int
&();
operator
int
&&();
};
int
&&
x
=
X
();