2003-12-26 Guilhem Lavaux <guilhem@kaffe.org>
[official-gcc.git] / gcc / testsuite / g++.dg / ext / attrib2.C
bloba7563f3886b715debea12177036b43b72b0e569c
1 // Test that an early attribute doesn't confuse uses of a class.
2 // { dg-do compile }
4 struct __attribute__ ((packed)) A
6   void f () const;
7 };
9 void
10 A::f () const