// PR c++/85062 // { dg-do compile { target c++11 } } template struct A { int alignas(T...) i; // { dg-warning "ignored" } }; A a;