aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.old-deja/g++.ext/arrnew.C
blob: 0ecb8777e2697999f074781ded27c38f1d6a57be (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 };   // WARNING - deprecated
}