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

namespace N { int i; }
using namespace N alignas(int); // { dg-warning "ignored" }