diff options
Diffstat (limited to 'gdb/testsuite/gdb.base/twice.c')
-rw-r--r-- | gdb/testsuite/gdb.base/twice.c | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/gdb/testsuite/gdb.base/twice.c b/gdb/testsuite/gdb.base/twice.c deleted file mode 100644 index dd12c06..0000000 --- a/gdb/testsuite/gdb.base/twice.c +++ /dev/null @@ -1,16 +0,0 @@ -int nothing () - -{ - int x = 3 ; - return x ; -} - - -main () - -{ - int y ; - - y = nothing () ; - printf ("hello\n") ; -} |