aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/g++.dg/lookup/strong-using-4.C
blob: 5ea17844a636f7a89f8c5156bc313b84fdf0fc6f (plain)
1
2
3
4
5
6
7
8
// PR c++/16301

// { dg-do compile }

namespace NS2 
{ 
  using namespace NS1 __attribute__ ((strong));  // { dg-error "" }
}