1int otherfn() {
2 int x = 4; // other marker
3 return x;
4}
5

source code of lldb/test/API/functionalities/thread/jump/other.cpp