Merged revisions 208012,208018-208019,208021,208023-208030,208033,208037,208040-20804...
[official-gcc.git] / main / gcc / testsuite / g++.dg / cpp0x / rv-cast.C
blob4b46c5490624551807f2e80e88e98d7042f05a72
1 // { dg-do compile { target c++11 } }
3 void f(int i)
5   int&& r = static_cast<int&&>(i);