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

template<typename... T> struct alignas(alignof(T)...) A {};

A<> a;