* decl.c (make_typename_type): s/parameters/arguments/.
[official-gcc.git] / gcc / testsuite / g++.dg / cpp0x / gen-attrs-22.C
blob4c07df995c75aabe8bb22e5a46f8755539ed08a0
1 // PR c++/27648
2 // { dg-do compile { target c++11 } }
4 void f()
6   static_cast<float *[[gnu::unused]]>(0); // { dg-warning "ignored" }