]> oss.titaniummirror.com Git - msp430-gcc.git/blobdiff - gcc/testsuite/g++.old-deja/g++.other/comdat1-aux.cc
Imported gcc-4.4.3
[msp430-gcc.git] / gcc / testsuite / g++.old-deja / g++.other / comdat1-aux.cc
diff --git a/gcc/testsuite/g++.old-deja/g++.other/comdat1-aux.cc b/gcc/testsuite/g++.old-deja/g++.other/comdat1-aux.cc
deleted file mode 100644 (file)
index 34eb88f..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
-inline int f ()
-{
-  static int i;
-  return ++i;
-}
-
-int g ()
-{
-  return f();
-}