summaryrefslogtreecommitdiffstats
path: root/lldb/lit/Watchpoint/Inputs/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lldb/lit/Watchpoint/Inputs/main.cpp')
-rw-r--r--lldb/lit/Watchpoint/Inputs/main.cpp13
1 files changed, 0 insertions, 13 deletions
diff --git a/lldb/lit/Watchpoint/Inputs/main.cpp b/lldb/lit/Watchpoint/Inputs/main.cpp
deleted file mode 100644
index 9bc5724b9c8..00000000000
--- a/lldb/lit/Watchpoint/Inputs/main.cpp
+++ /dev/null
@@ -1,13 +0,0 @@
-#include <stdio.h>
-
-int main (int argc, char const *argv[])
-{
- struct {
- int a;
- int b;
- int c;
- } MyAggregateDataType;
-
- printf ("Set break point at this line.\n");
- return 0;
-}
OpenPOWER on IntegriCloud