]> oss.titaniummirror.com Git - msp430-gcc.git/blobdiff - gcc/testsuite/g++.old-deja/g++.pt/ttp61.C
Imported gcc-4.4.3
[msp430-gcc.git] / gcc / testsuite / g++.old-deja / g++.pt / ttp61.C
diff --git a/gcc/testsuite/g++.old-deja/g++.pt/ttp61.C b/gcc/testsuite/g++.old-deja/g++.pt/ttp61.C
deleted file mode 100644 (file)
index eb1f02c..0000000
+++ /dev/null
@@ -1,9 +0,0 @@
-// Origin: grg at ai dot mit dot edu
-// Build don't link:
-
-class A;
-template<template<class Ignored> class base> class C : 
-                                      public base<A> {
- public:
-    C(A& newa) : base<A>(newa) {}
-};