summaryrefslogtreecommitdiff
path: root/python/testData/debug/test4.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/testData/debug/test4.py')
-rw-r--r--python/testData/debug/test4.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/python/testData/debug/test4.py b/python/testData/debug/test4.py
new file mode 100644
index 000000000000..b8b7e91501f2
--- /dev/null
+++ b/python/testData/debug/test4.py
@@ -0,0 +1,5 @@
+xval = 0
+xvalue1 = 1
+xvalue2 = 2
+print(xvalue1 + xvalue2)
+