blob: 453fc01a2e994fff433d6636a70421e174c14f42 [file] [log] [blame]
// { dg-do compile { target c++11 } }
int fragile_block(void) {
typedef
[[gnu::aligned (16)]] // { dg-warning "ignored" }
struct {
int i;
} XmmUint16;
return 0;
}