new5.C   [plain text]


int main ()
{
  const int *p = new const int (0);
  delete p;
}