* decl.c (make_typename_type): s/parameters/arguments/.
[official-gcc.git] / gcc / testsuite / g++.dg / cpp0x / gen-attrs-7.C
blob33412506852aae8807d8a0792a470984c20cfa9e
1 // { dg-do compile { target c++11 } }
2 // { dg-options "-Wunused-parameter" }
4 void f (int i [[gnu::__unused__]]) {}