aboutsummaryrefslogtreecommitdiff
path: root/lldb/test/API/functionalities/thread/jump/other.cpp
blob: c44786f721d57bd69868de8e59ef7eccefb39193 (plain)
1
2
3
4
int otherfn() {
  int x = 4; // other marker
  return x;
}