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

3 lines
57 B
C++

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