OSDN Git Service

Revert XFAIL removal.
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / g++.old-deja / g++.pt / tiemann2.C
index 4c71541..6bfcb48 100644 (file)
@@ -1,4 +1,4 @@
-extern "C" void printf (char *, ...);
+extern "C" int printf (const char *, ...);
 template <class T> T max (const T&x, const T&y)
 {
   return (x>y)?x:y;