summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/functionalities/memory-region/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/functionalities/memory-region/main.cpp')
-rw-r--r--lldb/packages/Python/lldbsuite/test/functionalities/memory-region/main.cpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/lldb/packages/Python/lldbsuite/test/functionalities/memory-region/main.cpp b/lldb/packages/Python/lldbsuite/test/functionalities/memory-region/main.cpp
new file mode 100644
index 00000000000..116c10a6c3e
--- /dev/null
+++ b/lldb/packages/Python/lldbsuite/test/functionalities/memory-region/main.cpp
@@ -0,0 +1,6 @@
+#include <iostream>
+
+int main (int argc, char const **argv) {
+ std::cout << "Program with sections" << std::endl;
+ return 0; // Run here before printing memory regions
+}
OpenPOWER on IntegriCloud