]> oss.titaniummirror.com Git - msp430-gcc.git/blobdiff - gcc/testsuite/g++.old-deja/g++.pt/niklas01.C
Imported gcc-4.4.3
[msp430-gcc.git] / gcc / testsuite / g++.old-deja / g++.pt / niklas01.C
diff --git a/gcc/testsuite/g++.old-deja/g++.pt/niklas01.C b/gcc/testsuite/g++.old-deja/g++.pt/niklas01.C
deleted file mode 100644 (file)
index 6dcf9d3..0000000
+++ /dev/null
@@ -1,6 +0,0 @@
-// Build don't link: 
-
-template <class T> struct A {};
-template <class T> struct B : A<B<T> > {};
-
-B<int> x;