1 // PRMS Id: 4992
2 // Build don't link:
3 // Special g++ Options:
4 
f()5 int *f(){
6   return new int[1] = { 1 };   // ERROR - removed
7 }
8