Remove outermost loop parameter.
[official-gcc/graphite-test-results.git] / gcc / testsuite / g++.dg / cpp0x / rv-cast.C
blob48b7c13ba59a4cd6f1f7c8eca791b7e4f7833c0c
1 // { dg-options "-std=c++0x" }
3 void f(int i)
5   int&& r = static_cast<int&&>(i);