* decl.c (make_typename_type): s/parameters/arguments/.
[official-gcc.git] / gcc / testsuite / g++.dg / cpp0x / pr65736.C
blob6e9c7fb990c1ea4b424e30013bee5a04a03dbcbc
1 // PR c++/65736
2 // { dg-do compile { target c++11 } }
4 int a[1];                                                                                                                                 
5 char *b[1] { (char *)&a[0] + 1 };