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.cpp | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 packages/Python/lldbsuite/test/functionalities/frame-language/other.cpp (limited to 'packages/Python/lldbsuite/test/functionalities/frame-language/other.cpp') diff --git a/packages/Python/lldbsuite/test/functionalities/frame-language/other.cpp b/packages/Python/lldbsuite/test/functionalities/frame-language/other.cpp new file mode 100644 index 000000000000..41f4f26079ad --- /dev/null +++ b/packages/Python/lldbsuite/test/functionalities/frame-language/other.cpp @@ -0,0 +1,10 @@ +#include "other.h" + +extern "C" void some_func(); + +void +Other::DoSomething() +{ + some_func(); +} + -- cgit v1.2.3