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

#include "bar.h"

int foo() {
  int y = bar();
  y++;
  return y;
}