1#include "foo.h"
2
3int main(void) {
4 foo(); // Set a breakpoint here
5}
6
7

source code of lldb/test/API/lang/cpp/step-through-trampoline/main.cpp