blob: f331ed369ace9de3d0dda5efe84dd1f7d801bc6f [file] [log] [blame]
// PR c++/58724
// { dg-do compile { target c++11 } }
namespace foo __attribute__((visibility("default"))) {}
namespace bar [[gnu::visibility("default")]] {}