summaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.dg/cpp0x/gen-attrs-59.C
blob: c7839fefed91552d428cae8ff45899cac5e898bf (plain)
1
2
3
4
5
// PR c++/58600
// { dg-do compile { target c++11 } }

namespace N {}
using namespace N alignas(X); // { dg-error "declared" }