llvm/lldb/test/API/commands/trace/intelpt-trace-multi-file/bar.cpp

int bar() {
  int x = 1;
  x++;
  return x;
}