aboutsummaryrefslogtreecommitdiff
path: root/packages/Python/lldbsuite/test/python_api/module_section/b.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'packages/Python/lldbsuite/test/python_api/module_section/b.cpp')
-rw-r--r--packages/Python/lldbsuite/test/python_api/module_section/b.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/packages/Python/lldbsuite/test/python_api/module_section/b.cpp b/packages/Python/lldbsuite/test/python_api/module_section/b.cpp
new file mode 100644
index 000000000000..4e3e54138e5b
--- /dev/null
+++ b/packages/Python/lldbsuite/test/python_api/module_section/b.cpp
@@ -0,0 +1,3 @@
+int b_function(int input) {
+ return input * 2;
+}