]> oss.titaniummirror.com Git - msp430-gcc.git/blobdiff - gcc/testsuite/g++.old-deja/g++.pt/ttp59.C
Imported gcc-4.4.3
[msp430-gcc.git] / gcc / testsuite / g++.old-deja / g++.pt / ttp59.C
diff --git a/gcc/testsuite/g++.old-deja/g++.pt/ttp59.C b/gcc/testsuite/g++.old-deja/g++.pt/ttp59.C
deleted file mode 100644 (file)
index 20880ff..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
-// Build don't link:
-// Origin: Marcin Kowalczyk <qrczak@knm.org.pl>
-
-template<template<typename> class t1, typename t0> void single()
-{
-    single<t1,t0>();
-}
-
-template<typename a> class T1 {};
-int main()
-{
-    single<T1,int>();
-}