(root)/
gcc-13.2.0/
gcc/
testsuite/
g++.dg/
cpp0x/
gen-attrs-58.C
// PR c++/58600
// { dg-do compile { target c++11 } }

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