new5.C   [plain text]


// { dg-do run  }
int main ()
{
  const int *p = new const int (0);
  delete p;
}