]> oss.titaniummirror.com Git - msp430-gcc.git/blobdiff - gcc/testsuite/g++.old-deja/g++.other/ctor1-aux.cc
Imported gcc-4.4.3
[msp430-gcc.git] / gcc / testsuite / g++.old-deja / g++.other / ctor1-aux.cc
diff --git a/gcc/testsuite/g++.old-deja/g++.other/ctor1-aux.cc b/gcc/testsuite/g++.old-deja/g++.other/ctor1-aux.cc
deleted file mode 100644 (file)
index 9990ca2..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-// Origin: Mark Mitchell <mark@codesourcery.com>
-
-template <class T>
-struct S {
-  template <class U>
-  S (U);
-};
-
-int main ()
-{
-  S<int> (3.0);
-}