]> oss.titaniummirror.com Git - msp430-gcc.git/blobdiff - gcc/testsuite/g++.old-deja/g++.robertl/eb39.C
Imported gcc-4.4.3
[msp430-gcc.git] / gcc / testsuite / g++.old-deja / g++.robertl / eb39.C
diff --git a/gcc/testsuite/g++.old-deja/g++.robertl/eb39.C b/gcc/testsuite/g++.old-deja/g++.robertl/eb39.C
deleted file mode 100644 (file)
index 98bee9c..0000000
+++ /dev/null
@@ -1,18 +0,0 @@
-// Build don't link: 
-#include <cctype>
-#include <iostream>
-#include <sstream>
-#include <cstring>
-
-using namespace std;
-
-extern bool foo2 (ostream &out, istream &in);
-
-bool
-foo1 (ostream &out, const char *in)
-{
-  string tmp(in, std::strlen(in));
-  stringbuf sb (tmp);
-  istream fmt (&sb);
-  return foo2 (out, fmt);
-}