Sign in
llvm
/
llvm-project
/
07b3e2c0c68b93a3d4d89426dc7fd14cc31ca6be
/
.
/
lldb
/
test
/
API
/
python_api
/
module_section
/
b.cpp
blob: 4e3e54138e5b28637ebaf8c4728a21c197a0116b [
file
] [
log
] [
blame
]
int
b_function
(
int
input
)
{
return
input
*
2
;
}