* g++.dg/warn/Wsystem-headers1.C: Use extern "C".

From-SVN: r224038
This commit is contained in:
Jason Merrill 2015-06-02 13:50:18 -04:00
parent 5d58db82b0
commit 5e9ad4c687

View file

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