* decl.c (make_typename_type): s/parameters/arguments/.
[official-gcc.git] / gcc / testsuite / g++.dg / cpp0x / gen-attrs-56.C
blobf331ed369ace9de3d0dda5efe84dd1f7d801bc6f
1 // PR c++/58724
2 // { dg-do compile { target c++11 } }
4 namespace foo __attribute__((visibility("default"))) {}
5 namespace bar [[gnu::visibility("default")]] {}