blob: a7563f3886b715debea12177036b43b72b0e569c [file] [log] [blame]
// Test that an early attribute doesn't confuse uses of a class.
// { dg-do compile }
struct __attribute__ ((packed)) A
{
void f () const;
};
void
A::f () const
{
}