diff options
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.cpp | 3 |
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 0000000..4e3e541 --- /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; +} |