* decl.c (make_typename_type): s/parameters/arguments/.
[official-gcc.git] / gcc / testsuite / g++.dg / cpp0x / gen-attrs-39.C
blob83fa8b5e66d8407b4ef0a03ef1d1fa842ec7ed8c
1 // PR debug/43370
2 // { dg-do compile { target c++11 } }
3 // { dg-options "-g" }
5 int fragile_block(void) {
6   typedef struct [[gnu::aligned (16)]] {
7     int i;
8   } XmmUint16;
9   return 0;