blob: 0ecb8777e2697999f074781ded27c38f1d6a57be [file] [log] [blame]
// PRMS Id: 4992
// Build don't link:
// Special g++ Options:
int *f(){
return new int[1] = { 1 }; // WARNING - deprecated
}