1int bar() {
2 int x = 1;
3 x++;
4 return x;
5}
6

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