Sign in
gnu
/
gcc
/
ab810952eb7c061e37054ddd1dfe0aa033365131
/
.
/
gcc
/
testsuite
/
g++.dg
/
cpp0x
/
rv-cast.C
blob: 4b46c5490624551807f2e80e88e98d7042f05a72 [
file
] [
log
] [
blame
]
// { dg-do compile { target c++11 } }
void
f
(
int
i
)
{
int
&&
r
=
static_cast
<
int
&&>(
i
);
}