OSDN Git Service

* pt.c (instantiate_class_template_1): If DECL_PRESERVE_P is set
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / g++.dg / lookup / strong-using-4.C
1 // PR c++/16301
2
3 // { dg-do compile }
4
5 namespace NS2 
6
7   using namespace NS1 __attribute__ ((strong));  // { dg-error "" }
8 }