* decl.c (make_typename_type): s/parameters/arguments/.
[official-gcc.git] / gcc / testsuite / g++.dg / cpp0x / gen-attrs-59.C
blobc7839fefed91552d428cae8ff45899cac5e898bf
1 // PR c++/58600
2 // { dg-do compile { target c++11 } }
4 namespace N {}
5 using namespace N alignas(X); // { dg-error "declared" }