* decl.c (make_typename_type): s/parameters/arguments/.
[official-gcc.git] / gcc / testsuite / g++.dg / cpp0x / gen-attrs-48-2.C
blob3cc58976b03d29ea586f1531907415ba46ec5169
1 // Origin: PR c++/54955
2 // { dg-do compile { target c++11 } }
4 alignas(double) int f;