(root)/
gcc-13.2.0/
gcc/
testsuite/
g++.dg/
pr83979.C
/* { dg-compile } */

int
foo (char* p)
{
  return p + 1000 < p;
}