* 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 ac5c30d..c927b36 100644 (file)
@@ -1,3 +1,3 @@
 #include <stdlib.h>
 
-extern double atof (const char *);
+extern "C" double atof (const char *);