xref: /llvm-project/lldb/test/API/functionalities/thread/jump/other.cpp (revision a06342d250ec7bee37dc93477f233e43e597aca5)

otherfn()1*a06342d2SPavel Labath int otherfn() {
2*a06342d2SPavel Labath   int x = 4; // other marker
3*a06342d2SPavel Labath   return x;
499451b44SJordan Rupprecht }
5