FSF GCC merge 02/23/03
[official-gcc.git] / gcc / testsuite / g++.old-deja / g++.ext / arrnew.C
blob53030e0d3d7cbfff0e1bec5a8ae765307cb444de
1 // PRMS Id: 4992
2 // Build don't link:
3 // Special g++ Options:
5 int *f(){
6   return new int[1] = { 1 };   // ERROR - removed