Remove old autovect-branch by moving to "dead" directory.
[official-gcc.git] / old-autovect-branch / gcc / testsuite / g++.old-deja / g++.jason / new5.C
blob195df2d2f6b6dea8c3cb314d2a3682bc61188910
1 // { dg-do run  }
2 int main ()
4   const int *p = new const int (0);
5   delete p;