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, 13 insertions, 0 deletions
diff --git a/lldb/lit/Watchpoint/Inputs/main.cpp b/lldb/lit/Watchpoint/Inputs/main.cpp
new file mode 100644
index 00000000000..9bc5724b9c8
--- /dev/null
+++ b/lldb/lit/Watchpoint/Inputs/main.cpp
@@ -0,0 +1,13 @@
+#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