summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/expression_command/options/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/expression_command/options/main.cpp')
-rw-r--r--lldb/packages/Python/lldbsuite/test/expression_command/options/main.cpp17
1 files changed, 0 insertions, 17 deletions
diff --git a/lldb/packages/Python/lldbsuite/test/expression_command/options/main.cpp b/lldb/packages/Python/lldbsuite/test/expression_command/options/main.cpp
deleted file mode 100644
index 0d30c79bd22..00000000000
--- a/lldb/packages/Python/lldbsuite/test/expression_command/options/main.cpp
+++ /dev/null
@@ -1,17 +0,0 @@
-extern "C" int foo(void);
-static int static_value = 0;
-static int id = 1234;
-
-int
-bar()
-{
- static_value++;
- id++;
- return static_value + id;
-}
-
-int main (int argc, char const *argv[])
-{
- bar(); // breakpoint_in_main
- return foo();
-}
OpenPOWER on IntegriCloud