aboutsummaryrefslogtreecommitdiff
path: root/lldb/test/API/lang/cpp/step-through-trampoline/main.cpp
blob: 3896e71f860a9de647219bc7626fa8d339cce840 (plain)
1
2
3
4
5
6
#include "foo.h"

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