// PR c++/84540 // { dg-do compile { target c++11 } } template struct alignas(alignof(T)...) A {}; A<> a;