summaryrefslogtreecommitdiffstats
path: root/lldb/test/python_api/value/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'lldb/test/python_api/value/main.c')
-rw-r--r--lldb/test/python_api/value/main.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/lldb/test/python_api/value/main.c b/lldb/test/python_api/value/main.c
index 54d858033e3..108edfa8c8e 100644
--- a/lldb/test/python_api/value/main.c
+++ b/lldb/test/python_api/value/main.c
@@ -10,6 +10,8 @@
// This simple program is to test the lldb Python API SBValue.GetChildAtIndex().
+int g_my_int = 100;
+
const char *days_of_week[7] = { "Sunday",
"Monday",
"Tuesday",
OpenPOWER on IntegriCloud