]> oss.titaniummirror.com Git - msp430-gcc.git/blobdiff - gcc/testsuite/g++.old-deja/g++.pt/parms3.C
Imported gcc-4.4.3
[msp430-gcc.git] / gcc / testsuite / g++.old-deja / g++.pt / parms3.C
diff --git a/gcc/testsuite/g++.old-deja/g++.pt/parms3.C b/gcc/testsuite/g++.old-deja/g++.pt/parms3.C
deleted file mode 100644 (file)
index 031f3d6..0000000
+++ /dev/null
@@ -1,8 +0,0 @@
-// Test that we can represent static_casts in template arg lists.
-// Build don't link:
-
-template <int I> struct A { };
-
-template <class T> struct B {
-  A<static_cast<T>(3.14)> a;
-};