bolt/deps/llvm-18.1.8/lldb/test/API/commands/trace/intelpt-trace-multi-file/foo.cpp
2025-02-14 19:21:04 +01:00

7 lines
68 B
C++

#include "bar.h"
int foo() {
int y = bar();
y++;
return y;
}