(root)/
gcc-13.2.0/
gcc/
testsuite/
g++.dg/
cpp0x/
initlist55.C
// Test for -Wno-narrowing
// { dg-do compile { target c++11 } }
// { dg-options "-pedantic-errors -Wno-narrowing" }

int i;
float d = { i };