// { dg-do compile } // { dg-options "-g" } template class T { typedef struct {} a __attribute__((aligned)); }; void f () { T(); }