]> oss.titaniummirror.com Git - msp430-gcc.git/blobdiff - gcc/testsuite/g++.old-deja/g++.pt/instantiate10.C
Imported gcc-4.4.3
[msp430-gcc.git] / gcc / testsuite / g++.old-deja / g++.pt / instantiate10.C
diff --git a/gcc/testsuite/g++.old-deja/g++.pt/instantiate10.C b/gcc/testsuite/g++.old-deja/g++.pt/instantiate10.C
deleted file mode 100644 (file)
index 822de9e..0000000
+++ /dev/null
@@ -1,15 +0,0 @@
-// Build don't link:
-// Origin: Neil Booth, from bug report #44
-
-#include <iterator>
-
-template<class T>
-struct X
-{
-};
-
-template<class T>
-X<T> operator+(const X<T>&, const X<T>&);
-
-template<>
-X<int> operator+<int>(const X<int>&, const X<int>&);