]> oss.titaniummirror.com Git - msp430-gcc.git/blobdiff - gcc/testsuite/g++.old-deja/g++.other/builtins9.C
Imported gcc-4.4.3
[msp430-gcc.git] / gcc / testsuite / g++.old-deja / g++.other / builtins9.C
diff --git a/gcc/testsuite/g++.old-deja/g++.other/builtins9.C b/gcc/testsuite/g++.old-deja/g++.other/builtins9.C
deleted file mode 100644 (file)
index 8f32c9f..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
-// Test that inline redeclarations of builtins are emitted.
-// Origin: Roger Sayle  Mar 28, 2002
-// Copyright (C) 2002 Free Software Foundation.
-
-namespace std {
-   inline int fabs (void) { return 0; }
-}
-
-
-int main ()
-{
-   return std::fabs ();
-}