* g++.dg/warn/Wsystem-headers1.C: Use extern "C".
authorJason Merrill <jason@gcc.gnu.org>
Tue, 2 Jun 2015 17:50:18 +0000 (13:50 -0400)
committerJason Merrill <jason@gcc.gnu.org>
Tue, 2 Jun 2015 17:50:18 +0000 (13:50 -0400)
From-SVN: r224038

gcc/testsuite/g++.dg/warn/Wsystem-headers1.C

index ac5c30d3dbc6c20f7d2fa54a355fb3f34fbd20ed..c927b367243fbeba900551fe75731f9cc70ce24c 100644 (file)
@@ -1,3 +1,3 @@
 #include <stdlib.h>
 
-extern double atof (const char *);
+extern "C" double atof (const char *);