* decl.c (make_typename_type): s/parameters/arguments/.
[official-gcc.git] / 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);