* decl.c (make_typename_type): s/parameters/arguments/.
[official-gcc.git] / gcc / testsuite / g++.dg / cpp0x / Wnarrowing2.C
blobfc806f955fa6e10ce7d9f40ae49ff6d1c95c0e7e
1 // PR c++/65801
2 // { dg-do compile { target c++11 } }
3 // { dg-options "-Wno-narrowing" }
5 static struct zai { unsigned int x; } x = {-1};