c++: Implement C++26 P2558R2 - Add @, $, and ` to the basic character set [PR110343]
[official-gcc.git] / gcc / testsuite / g++.dg / cpp0x / gen-attrs-46.C
blob53fcb77ff7b685421b7fbb366d9c16612af29d3c
1 // PR c++/40821
2 // { dg-do compile { target c++11 } }
4 struct [[gnu::aligned(8)] S1 { int i; }; // { dg-error "" }
5 struct  [aligned(8)  S2 { int i; }; // { dg-error "" }