xref: /llvm-project/lldb/test/API/lang/cpp/step-through-trampoline/main.cpp (revision d8ad018869aeb1ffe40e94ee4d6d377121581083)
1 #include "foo.h"
2 
main(void)3 int main(void) {
4     foo(); // Set a breakpoint here
5 }
6 
7