blob: 22a742942cb84e3b1727305420058cc57aa5ebfa [file] [log] [blame]
// PR debug/43370
// { dg-options "-g" }
int fragile_block(void) {
typedef __attribute__ ((aligned (16))) struct {
int i;
} XmmUint16;
return 0;
}