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