Sign in
gnu
/
gcc
/
cd2fd5facb5e1882d3f338ed456ae9536f7c0593
/
.
/
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
();