* decl.c (make_typename_type): s/parameters/arguments/.
[official-gcc.git] / gcc / testsuite / g++.dg / cpp0x / initlist52.C
blob3ca8781060c53cc73e0017fa99e82336e2f0bb09
1 // PR c++/45378
2 // { dg-do compile { target c++11 } }
4 int main()
6    int x { 22.2 };              // { dg-error "narrowing" }