test suite update - gdb.base/[h-m]
[deliverable/binutils-gdb.git] / gdb / testsuite / gdb.base / twice.c
index dd12c069842ef80bfbbb1453bc1602d756edc145..a0182bb4789a96ab55db3cbc8b85617da9b6607b 100644 (file)
@@ -1,3 +1,4 @@
+#include <stdio.h>
 int nothing ()
 
 {
@@ -6,11 +7,11 @@ int nothing ()
 }
 
 
-main ()
+int main ()
 
 {
     int y ;
-    
     y = nothing () ;
     printf ("hello\n") ;
+    return 0;
 }
This page took 0.02542 seconds and 4 git commands to generate.