summaryrefslogtreecommitdiff
path: root/python/testData/debug/test_egg.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/testData/debug/test_egg.py')
-rw-r--r--python/testData/debug/test_egg.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/python/testData/debug/test_egg.py b/python/testData/debug/test_egg.py
new file mode 100644
index 000000000000..82bec29efee8
--- /dev/null
+++ b/python/testData/debug/test_egg.py
@@ -0,0 +1,4 @@
+from adder import adder
+
+x = adder.add(7, 9)
+print(x) \ No newline at end of file