Skip analyzer strndup test on hppa*-*-hpux*
[official-gcc.git] / 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;