libstdc++: [_Hashtable] Fix some implementation inconsistencies
[official-gcc.git] / gcc / testsuite / g++.dg / cpp0x / gen-attrs-56.C
blobf63fff4db5e6119ad3b03fcd96a05195880a1b62
1 // PR c++/58724
2 // { dg-do compile { target c++11 } }
4 namespace foo __attribute__((visibility("default"))) {}
5 namespace [[gnu::visibility("default")]] bar {}