diff options
Diffstat (limited to 'gdb/testsuite/gdb.python/py-inferior.c')
-rw-r--r-- | gdb/testsuite/gdb.python/py-inferior.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/testsuite/gdb.python/py-inferior.c b/gdb/testsuite/gdb.python/py-inferior.c index 3ee9a46..870f719 100644 --- a/gdb/testsuite/gdb.python/py-inferior.c +++ b/gdb/testsuite/gdb.python/py-inferior.c @@ -16,6 +16,7 @@ int64_t int64_search_buf[100]; static char *search_buf; static int search_buf_size; +int8_t int8_global = 42; int f2 (int a) { |