blob: 40dc3d4da43e85a03cd88ce582a5f89f61f7317e [file] [log] [blame]
int *a;
int foo() {
if (a && a - (int *)0 > 0)
return 0;
}