1 2 3 4 5 6 7 8 9 10 11 12
// 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 { }