1 // PR c++/85140
2 // { dg-do compile { target c++11 } }
3 
alignas()4 namespace N alignas() {}	// { dg-error "expected" }
5