aboutsummaryrefslogtreecommitdiff
path: root/packages/Python/lldbsuite/test/functionalities/frame-language/other-2.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'packages/Python/lldbsuite/test/functionalities/frame-language/other-2.cpp')
-rw-r--r--packages/Python/lldbsuite/test/functionalities/frame-language/other-2.cpp7
1 files changed, 7 insertions, 0 deletions
diff --git a/packages/Python/lldbsuite/test/functionalities/frame-language/other-2.cpp b/packages/Python/lldbsuite/test/functionalities/frame-language/other-2.cpp
new file mode 100644
index 000000000000..77632de3ceb0
--- /dev/null
+++ b/packages/Python/lldbsuite/test/functionalities/frame-language/other-2.cpp
@@ -0,0 +1,7 @@
+#include "other.h"
+
+void
+Other::DoSomethingElse()
+{
+ DoSomething();
+}