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