blob: 1c71990fc5547e76d73b91d2844df4d82c93a88d [file] [log] [blame]
// PR c++/40821
struct __attribute__((aligned(8)) S1 { int i; }; // { dg-error "expected" }
struct __attribute__( aligned(8) S2 { int i; }; // { dg-error "expected" }