* decl.c (make_typename_type): s/parameters/arguments/.
[official-gcc.git] / gcc / testsuite / g++.dg / cpp0x / gen-attrs-24.C
blobe1f26c3d3377a6eb68b2ccd8e43aaa9829371b10
1 // PR c++/28387
2 // { dg-do compile { target c++11 } }
4 enum [[gnu::unused]] E;  // { dg-error "without previous declaration" }