summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/expression_command/inline-namespace/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/expression_command/inline-namespace/main.cpp')
-rw-r--r--lldb/packages/Python/lldbsuite/test/expression_command/inline-namespace/main.cpp10
1 files changed, 0 insertions, 10 deletions
diff --git a/lldb/packages/Python/lldbsuite/test/expression_command/inline-namespace/main.cpp b/lldb/packages/Python/lldbsuite/test/expression_command/inline-namespace/main.cpp
deleted file mode 100644
index c10b361a0cd..00000000000
--- a/lldb/packages/Python/lldbsuite/test/expression_command/inline-namespace/main.cpp
+++ /dev/null
@@ -1,10 +0,0 @@
-namespace A {
- inline namespace B {
- int f() { return 3; }
- };
-}
-
-int main(int argc, char **argv) {
- // Set break point at this line.
- return A::f();
-}
OpenPOWER on IntegriCloud