(root)/
gcc-13.2.0/
gcc/
testsuite/
g++.old-deja/
g++.jason/
new5.C
// { dg-do run  }
int main ()
{
  const int *p = new const int (0);
  delete p;
}