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