diff options
Diffstat (limited to 'gdb/testsuite/gdb.base/pr10179-b.c')
-rw-r--r-- | gdb/testsuite/gdb.base/pr10179-b.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gdb/testsuite/gdb.base/pr10179-b.c b/gdb/testsuite/gdb.base/pr10179-b.c new file mode 100644 index 0000000..dcc5d9b --- /dev/null +++ b/gdb/testsuite/gdb.base/pr10179-b.c @@ -0,0 +1,6 @@ +#include <stdio.h> + +int +foo2() +{ +} |