(root)/
gcc-13.2.0/
gcc/
testsuite/
g++.dg/
cpp0x/
gen-attrs-56.C
// PR c++/58724
// { dg-do compile { target c++11 } }

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