summaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.dg/cpp0x/initlist55.C
blob: a40edd3e6162b6fdcf3b85aa252b0a19f96dead0 (plain)
1
2
3
4
5
6
// Test for -Wno-narrowing
// { dg-do compile { target c++11 } }
// { dg-options "-pedantic-errors -Wno-narrowing" }

int i;
float d = { i };