* decl.c (make_typename_type): s/parameters/arguments/.
[official-gcc.git] / gcc / testsuite / g++.dg / cpp0x / initlist55.C
bloba40edd3e6162b6fdcf3b85aa252b0a19f96dead0
1 // Test for -Wno-narrowing
2 // { dg-do compile { target c++11 } }
3 // { dg-options "-pedantic-errors -Wno-narrowing" }
5 int i;
6 float d = { i };