Merge from mainline (167278:168000).
[official-gcc/graphite-test-results.git] / gcc / testsuite / g++.dg / ext / attrib39.C
blob22a742942cb84e3b1727305420058cc57aa5ebfa
1 // PR debug/43370
2 // { dg-options "-g" }
4 int fragile_block(void) {
5   typedef __attribute__ ((aligned (16))) struct {
6     int i;
7   } XmmUint16;
8   return 0;