1 2 3 4 5 6 7 8
// PR c++/16301 // { dg-do compile } namespace NS2 { using namespace NS1 __attribute__ ((strong)); // { dg-error "" } }