llvm/lldb/test/API/lang/cpp/step-through-trampoline/main.cpp

#include "foo.h"

int main(void) {
    foo(); // Set a breakpoint here
}