aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/g++.dg/warn/conv3.C
blob: 5900c3aac383d7d78ddf233290dce91add0e5078 (plain)
1
2
3
4
// PR c++/19457

int i=-1;
unsigned int j= ~0; // { dg-bogus "" }