aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/g++.dg/ext/attrib46.C
blob: 1c71990fc5547e76d73b91d2844df4d82c93a88d (plain)
1
2
3
4
// PR c++/40821

struct __attribute__((aligned(8)) S1 { int i; }; // { dg-error "expected" }
struct __attribute__( aligned(8)  S2 { int i; }; // { dg-error "expected" }