OSDN Git Service

PR testsuite/23611, PR testsuite/23615
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / obj-c++.dg / method-17.mm
index 556830f..a7f27f8 100644 (file)
@@ -5,7 +5,8 @@
 /* { dg-do run } */
 
 #include <objc/Object.h>
-extern "C" void abort(void);
+#include <stdlib.h>
+
 #define CHECK_IF(expr) if(!(expr)) abort()
 
 static double d = 4.5920234e2;