// { dg-do compile } // PR c++/35074 template struct A { void foo() const; } __attribute((aligned(4))); template void A::foo() const {}