]> oss.titaniummirror.com Git - msp430-gcc.git/blobdiff - gcc/testsuite/gcc.dg/debug/dwarf2-1.c
Imported gcc-4.4.3
[msp430-gcc.git] / gcc / testsuite / gcc.dg / debug / dwarf2-1.c
diff --git a/gcc/testsuite/gcc.dg/debug/dwarf2-1.c b/gcc/testsuite/gcc.dg/debug/dwarf2-1.c
deleted file mode 100644 (file)
index 4ca98e2..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-/* { dg-do compile } */
-
-/* Copyright (C) 2000  Free Software Foundation  */
-/* Contributed by Alexandre Oliva <aoliva@cygnus.com> */
-
-static int foo () { return 0; }
-
-void bar () {
-  int foo ();
-  int foo ();
-}