From 74a628f776edb588bff8f8f5cc16eac947c9d631 Mon Sep 17 00:00:00 2001 From: Dimitry Andric Date: Sun, 16 Apr 2017 16:04:10 +0000 Subject: Vendor import of lldb trunk r300422: https://llvm.org/svn/llvm-project/lldb/trunk@300422 --- .../lldbsuite/test/functionalities/frame-language/other-2.cpp | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 packages/Python/lldbsuite/test/functionalities/frame-language/other-2.cpp (limited to 'packages/Python/lldbsuite/test/functionalities/frame-language/other-2.cpp') 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 0000000000000..77632de3ceb06 --- /dev/null +++ b/packages/Python/lldbsuite/test/functionalities/frame-language/other-2.cpp @@ -0,0 +1,7 @@ +#include "other.h" + +void +Other::DoSomethingElse() +{ + DoSomething(); +} -- cgit v1.2.3