aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/g++.old-deja/g++.other/null3.C
blob: 01071f9297b107b96d3ebd3936bfc8f22c3d743e (plain)
1
2
3
4
5
6
// { dg-do assemble  }

void x()
{
 int* p = 1==0;	// { dg-warning "converting 'false' to pointer" }
}