1// { dg-do run  }
2int main ()
3{
4  const int *p = new const int (0);
5  delete p;
6}
7