]> oss.titaniummirror.com Git - msp430-gcc.git/blobdiff - gcc/testsuite/g++.old-deja/g++.pt/t08.C
Imported gcc-4.4.3
[msp430-gcc.git] / gcc / testsuite / g++.old-deja / g++.pt / t08.C
diff --git a/gcc/testsuite/g++.old-deja/g++.pt/t08.C b/gcc/testsuite/g++.old-deja/g++.pt/t08.C
deleted file mode 100644 (file)
index ce24cca..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
-// Build don't link: 
-
-template <class A> class B {
-  A a;
- public:
-  B ();
-  ~B ();
-};
-B<int> b_int;
-B<int> *bp = &b_int;