summaryrefslogtreecommitdiffstats
path: root/lldb/test/Shell/Watchpoint/Inputs/main.cpp
blob: 9bc5724b9c88c19d0b56a1d86054e1c00ddfc139 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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