svn merge -r102224:107263 svn+ssh://gcc.gnu.org/svn/gcc/branches/gcc-3_4-branch
[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