summaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.dg/ext/attrib39.C
blob: 22a742942cb84e3b1727305420058cc57aa5ebfa (plain)
1
2
3
4
5
6
7
8
9
// PR debug/43370
// { dg-options "-g" }

int fragile_block(void) {
  typedef __attribute__ ((aligned (16))) struct {
    int i;
  } XmmUint16;
  return 0;
}