diff options
Diffstat (limited to 'gdb/testsuite/gdb.base/setshow.c')
-rw-r--r-- | gdb/testsuite/gdb.base/setshow.c | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/gdb/testsuite/gdb.base/setshow.c b/gdb/testsuite/gdb.base/setshow.c deleted file mode 100644 index 2ac7508..0000000 --- a/gdb/testsuite/gdb.base/setshow.c +++ /dev/null @@ -1,16 +0,0 @@ -/* IMPORTANT: leave this comment in the first line of this source file. */ -/* this will guarantee that line 1 contains no code. */ - -#include <stdio.h> - -int -main(argc, argv) - int argc; - char **argv; -{ - int i = 1; - - while (i < argc) - printf ("%s ", argv[i++]); - return 0; -} |