rt_gccstream/gcc/testsuite/g++.old-deja/g++.other/null3.C

7 lines
53 B
C

// { dg-do assemble }
void x()
{
int* p = 1==0;
}