]> oss.titaniummirror.com Git - msp430-gcc.git/blobdiff - gcc/testsuite/g++.old-deja/g++.ns/koenig8.C
Imported gcc-4.4.3
[msp430-gcc.git] / gcc / testsuite / g++.old-deja / g++.ns / koenig8.C
diff --git a/gcc/testsuite/g++.old-deja/g++.ns/koenig8.C b/gcc/testsuite/g++.old-deja/g++.ns/koenig8.C
deleted file mode 100644 (file)
index c7d6b4b..0000000
+++ /dev/null
@@ -1,14 +0,0 @@
-// Build don't link:
-// Copyright (C) 1999 Free Software Foundation, Inc.
-// Contributed by Nathan Sidwell 15 Dec 1999 <nathan@acm.org>
-
-// caused an ICE determining whether to perform Koenig lookup
-// when checking is enabled
-
-template<class T> void Zap (T);
-
-void  V3 ()
-{
-  Zap (1);
-}
-