OSDN Git Service

* gcc.dg/debug/dwarf2-1.c (foo): Return a value.
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gcc.dg / debug / dwarf2-1.c
index b6a580b..4ca98e2 100644 (file)
@@ -3,7 +3,7 @@
 /* Copyright (C) 2000  Free Software Foundation  */
 /* Contributed by Alexandre Oliva <aoliva@cygnus.com> */
 
-static int foo () {}
+static int foo () { return 0; }
 
 void bar () {
   int foo ();