(root)/
gcc-13.2.0/
gcc/
testsuite/
g++.dg/
cpp0x/
pr71739.C
// PR c++/71739
// { dg-do compile { target c++11 } }

template <int N> struct alignas(N) A;
template <int N> struct alignas(N) A {};