aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.old-deja/g++.ext/arrnew.C
blob: 53030e0d3d7cbfff0e1bec5a8ae765307cb444de (plain)
1
2
3
4
5
6
7
// PRMS Id: 4992
// Build don't link:
// Special g++ Options:

int *f(){
  return new int[1] = { 1 };   // ERROR - removed
}