1 // PR c++/58600
2 // { dg-do compile { target c++11 } }
3 
4 namespace N { int i; }
5 using namespace N alignas(int); // { dg-warning "ignored" }
6