blob: 5ea17844a636f7a89f8c5156bc313b84fdf0fc6f [file] [log] [blame]
// PR c++/16301
// { dg-do compile }
namespace NS2
{
using namespace NS1 __attribute__ ((strong)); // { dg-error "" }
}