OSDN Git Service

PR c++/47277
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / g++.dg / init / new15.C
index 17cf8a8..b93b43c 100644 (file)
@@ -1,6 +1,6 @@
 // PR c++/9782
 
-extern "C" void printf(char *, ...);
+extern "C" void printf(const char*, ...);
 
 template <int>
 struct A {