aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.old-deja/g++.jason/new5.C
blob: 87279fd7009d45b908eed6ce42fc24f75372da41 (plain)
1
2
3
4
5
int main ()
{
  const int *p = new const int (0);
  delete p;
}