* decl.c (make_typename_type): s/parameters/arguments/.
[official-gcc.git] / gcc / testsuite / g++.dg / cpp0x / gen-attrs-28.C
blob94f1756ae2bf220cf72905d1591ed63b619c22b7
1 // PR c++/28558
2 // { dg-options "" }
3 // { dg-do compile { target c++11 } }
5 struct A
7   A(int) { }
8 };
10 int main()
12     A a = (A [[gnu::unused]])0; // { dg-warning "attribute" }