aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/g++.dg/cpp0x/gen-attrs-56.C
blob: f331ed369ace9de3d0dda5efe84dd1f7d801bc6f (plain)
1
2
3
4
5
// PR c++/58724
// { dg-do compile { target c++11 } }

namespace foo __attribute__((visibility("default"))) {}
namespace bar [[gnu::visibility("default")]] {}