(root)/
gcc-13.2.0/
gcc/
testsuite/
g++.dg/
expr/
ptr-arith1.C
// PR c++/65054

const char *
foo (void)
{
  return ((char *const) "abc" + 1);
}