OSDN Git Service

.:
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / g++.old-deja / g++.ext / arrnew.C
index ef051d2..0ecb877 100644 (file)
@@ -2,4 +2,6 @@
 // Build don't link:
 // Special g++ Options:
 
-       int *f(){ return new int[1] = { 1 };   }
+int *f(){
+  return new int[1] = { 1 };   // WARNING - deprecated
+}