1 // PR c++/40821
2 // { dg-do compile { target c++11 } }
3 
4 struct [[gnu::aligned(8)] S1 { int i; }; // { dg-error "" }
5 struct  [aligned(8)  S2 { int i; }; // { dg-error "" }
6