1#include "bar.h"
2
3int foo() {
4 int y = bar();
5 y++;
6 return y;
7}
8

source code of lldb/test/API/commands/trace/intelpt-trace-multi-file/foo.cpp