Sign in
llvm
/
llvm-project
/
a78861fc55d18046989ff4d624a037e9181da170
/
.
/
lldb
/
test
/
API
/
commands
/
trace
/
intelpt-trace-multi-file
/
foo.cpp
blob: 5cfd6854a0cd5d3eae4547a08e607677884c22d1 [
file
]
#include
"bar.h"
int
foo
()
{
int
y
=
bar
();
y
++;
return
y
;
}