Imported Upstream version 7.9
[platform/upstream/gdb.git] / gdb / testsuite / gdb.base / dump.c
index bc68778..bdcafbf 100644 (file)
@@ -27,6 +27,7 @@ zero_all ()
   memset ((char *) &intstruct2, 0, sizeof (intstruct2));
 }
 
+int
 main()
 {
   int i;
@@ -43,4 +44,5 @@ main()
   intstruct.g = 12 * 7;
 
   checkpoint1 ();
+  return 0;
 }