Sign in
gnu
/
gcc
/
cd2fd5facb5e1882d3f338ed456ae9536f7c0593
/
.
/
gcc
/
testsuite
/
g++.dg
/
cpp0x
/
rv-func2.C
blob: cfa0b2149bd35b99eab798615b0e635006d3e5d7 [
file
] [
log
] [
blame
]
// PR c++/49458
// { dg-do compile { target c++11 } }
typedef
void
ftype
();
struct
A
{
operator
ftype
&(
void
);
};
ftype
&&
frvref
=
A
();