1 // PR c++/58600
2 // { dg-do compile { target c++11 } }
3 
4 namespace N {}
5 using namespace N alignas(X); // { dg-error "declared" }
6