* decl.c (make_typename_type): s/parameters/arguments/.
[official-gcc.git] / gcc / testsuite / g++.dg / cpp0x / range-for22.C
blobd4bb3601ff3c77ce424c18cd4fa8b33a8ab5d12d
1 // { dg-do compile { target c++11 } }
3 template<int I> void f() {
4   for (auto i: {I} );