2003-12-26 Guilhem Lavaux <guilhem@kaffe.org>
[official-gcc.git] / gcc / testsuite / g++.old-deja / g++.ext / arrnew.C
blob4a2da86d4177260fa3d9aada69327c5c57945272
1 // { dg-do assemble  }
2 // { dg-options "" }
3 // PRMS Id: 4992
5 int *f(){
6   return new int[1] = { 1 };   // { dg-error "" } removed