]> oss.titaniummirror.com Git - msp430-gcc.git/blobdiff - gcc/testsuite/g++.old-deja/g++.robertl/eb33.C
Imported gcc-4.4.3
[msp430-gcc.git] / gcc / testsuite / g++.old-deja / g++.robertl / eb33.C
diff --git a/gcc/testsuite/g++.old-deja/g++.robertl/eb33.C b/gcc/testsuite/g++.old-deja/g++.robertl/eb33.C
deleted file mode 100644 (file)
index 9664f42..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-#include <fstream>
-#include <cstdio>
-
-int
-main()
-{
-    std::printf("If you see this, you don't have a problem!\n");
-#ifdef EXPOSE_BUG
-    std::ifstream a;
-#endif
-}