PR c++/85765 - SFINAE and non-type default template arg.
[official-gcc.git] / gcc / testsuite / g++.dg / cpp0x / gen-attrs-59.C
blobc7839fefed91552d428cae8ff45899cac5e898bf
1 // PR c++/58600
2 // { dg-do compile { target c++11 } }
4 namespace N {}
5 using namespace N alignas(X); // { dg-error "declared" }