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

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