blob: 4b46c5490624551807f2e80e88e98d7042f05a72 [file] [log] [blame]
// { dg-do compile { target c++11 } }
void f(int i)
{
int&& r = static_cast<int&&>(i);
}