blob: 8c777c1df8b06fa645229a5e0ffa54427304b576 [file] [log] [blame]
// { dg-do compile { target c++11 } }
struct [[gnu::packed]] A
{
void f () const;
};
void
A::f () const
{
}