diff options
Diffstat (limited to 'gdb/testsuite/gdb.base/dump.c')
-rw-r--r-- | gdb/testsuite/gdb.base/dump.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gdb/testsuite/gdb.base/dump.c b/gdb/testsuite/gdb.base/dump.c index bc68778..bdcafbf 100644 --- a/gdb/testsuite/gdb.base/dump.c +++ b/gdb/testsuite/gdb.base/dump.c @@ -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; } |