svn merge -r102224:107263 svn+ssh://gcc.gnu.org/svn/gcc/branches/gcc-3_4-branch
[official-gcc.git] / gcc / testsuite / g++.dg / lookup / strong-using-4.C
blob5ea17844a636f7a89f8c5156bc313b84fdf0fc6f
1 // PR c++/16301
3 // { dg-do compile }
5 namespace NS2 
6
7   using namespace NS1 __attribute__ ((strong));  // { dg-error "" }