diff options
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/commands/frame/language/other-2.cpp')
-rw-r--r-- | lldb/packages/Python/lldbsuite/test/commands/frame/language/other-2.cpp | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/lldb/packages/Python/lldbsuite/test/commands/frame/language/other-2.cpp b/lldb/packages/Python/lldbsuite/test/commands/frame/language/other-2.cpp new file mode 100644 index 00000000000..77632de3ceb --- /dev/null +++ b/lldb/packages/Python/lldbsuite/test/commands/frame/language/other-2.cpp @@ -0,0 +1,7 @@ +#include "other.h" + +void +Other::DoSomethingElse() +{ + DoSomething(); +} |