2018-11-07 Richard Biener <rguenther@suse.de>
[official-gcc.git] / gcc / testsuite / g++.dg / cpp0x / gen-attrs-2.C
blob8c777c1df8b06fa645229a5e0ffa54427304b576
1 // { dg-do compile { target c++11 } }
3 struct [[gnu::packed]] A
5   void f () const;
6 };
8 void
9 A::f () const