aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.old-deja/g++.other/null3.C
blob: aef456e974aa4671ca329658b1bb97ded3502495 (plain)
1
2
3
4
5
6
// Build don't link:

void x()
{
 int* p = 1==0;
}