import gdb-1999-06-28 snapshot
[deliverable/binutils-gdb.git] / gdb / testsuite / gdb.base / list0.c
index a5561a766a120254e2ac4e7fe5beebca6b12da87..b50fdd4323de8dcc8318387977cb24674cb74141 100644 (file)
@@ -1,6 +1,6 @@
 #include "list0.h"
 
-main ()
+int main ()
 {
     int x;
 #ifdef usestubs
@@ -33,6 +33,7 @@ main ()
     foo (x++);
     foo (x++);
     foo (x++);
+    return 0;
 }
 
 static void
This page took 0.04674 seconds and 4 git commands to generate.