aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.c-torture/compile/pr83104.c
blob: 40dc3d4da43e85a03cd88ce582a5f89f61f7317e (plain)
1
2
3
4
5
int *a;
int foo() {
  if (a && a - (int *)0 > 0)
    return 0;
}