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