Sign in
rust
/
rust-lang
/
llvm-project
/
refs/heads/rust-revert-fastisel
/
.
/
lldb
/
test
/
API
/
tools
/
lldb-dap
/
evaluate
/
foo.cpp
blob: b608d71f988440ed6d8666ea81a7cd7743ae381e [
file
] [
edit
]
#include
"foo.h"
int
foo_func
()
{
return
43
;
}
int
foo_var
=
44
;