import gdb-1999-06-28 snapshot
[deliverable/binutils-gdb.git] / gdb / testsuite / gdb.base / twice.c
index c50a2b362d7492e8cd77ac3355b0b6613f55d5ba..09eb2ddf5a23d92c502c999a89bbd5d8470d9b6a 100644 (file)
@@ -1,3 +1,4 @@
+#include <stdio.h>
 int nothing ()
 
 {
@@ -6,7 +7,7 @@ int nothing ()
 }
 
 
-main ()
+int main ()
 
 {
     int y ;
@@ -16,4 +17,5 @@ main ()
 #endif    
     y = nothing () ;
     printf ("hello\n") ;
+    return 0;
 }
This page took 0.023682 seconds and 4 git commands to generate.