llvm/lldb/test/Shell/Breakpoint/Inputs/jitbp.cpp

int jitbp() { return 0; }
int main() { return jitbp(); }