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

6 lines
46 B
C++

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