summaryrefslogtreecommitdiffstats
path: root/gcc/testsuite/g++.dg/cpp0x/rv-cast.C
blob: 4b46c5490624551807f2e80e88e98d7042f05a72 (plain)
1
2
3
4
5
6
// { dg-do compile { target c++11 } }

void f(int i)
{
  int&& r = static_cast<int&&>(i);
}
OpenPOWER on IntegriCloud