Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / lldb / test / API / lang / cpp / call-function / main.cpp
blob61a5e9d21abb27e75da5b3611a2beaa119aa1579
1 #include <stdio.h>
3 int a_function_to_call()
4 {
5 return 0;
8 int main()
10 printf("%d\n", a_function_to_call()); // breakpoint