llvm-project/lldb/test/API/functionalities/thread/jump/other.cpp

5 lines
48 B
C++

int otherfn()
{
return 4; // other marker
}