1#include <stdio.h>
2
3int main (int argc, char const *argv[])
4{
5 struct {
6 int a;
7 int b;
8 int c;
9 } MyAggregateDataType;
10
11 printf (format: "Set break point at this line.\n");
12 return 0;
13}
14

source code of lldb/test/Shell/Watchpoint/Inputs/main.cpp