Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / lldb / test / Shell / Watchpoint / Inputs / val.c
blob5c70375c9d0faa579fab45354aa74a74d20699ee
1 int main() {
2 int val = 0;
3 // Break here
4 val++;
5 val++;
6 return 0;