Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / lldb / test / API / functionalities / exec / secondprog.cpp
blob5653471c1530778c7cdd8ff380035d779897e976
1 #include <stdio.h>
2 int main ()
4 puts ("I am the second program."); // Set breakpoint 2 here