OSDN Git Service

2001-04-06 Benjamin Kosnik <bkoz@redhat.com>
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / g++.old-deja / g++.robertl / eb33.C
index 3797ab3..9664f42 100644 (file)
@@ -1,11 +1,11 @@
-#include <fstream.h>
-#include <stdio.h>
+#include <fstream>
+#include <cstdio>
 
 int
 main()
 {
-    printf("If you see this, you don't have a problem!\n");
+    std::printf("If you see this, you don't have a problem!\n");
 #ifdef EXPOSE_BUG
-    ifstream a;
+    std::ifstream a;
 #endif
 }