xref: /llvm-project/lldb/test/API/lang/cpp/step-through-trampoline/foo.cpp (revision d8ad018869aeb1ffe40e94ee4d6d377121581083)
1 #include "foo.h"
2 
foo()3 void foo() { } // End up here
4 
5