Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / lldb / test / Shell / Watchpoint / Inputs / main.cpp
blob9bc5724b9c88c19d0b56a1d86054e1c00ddfc139
1 #include <stdio.h>
3 int main (int argc, char const *argv[])
5 struct {
6 int a;
7 int b;
8 int c;
9 } MyAggregateDataType;
11 printf ("Set break point at this line.\n");
12 return 0;