Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
ccf43ca05cb1540f3d95a73b7b329bf926808c7b
/
.
/
lldb
/
test
/
python_api
/
module_section
/
b.cpp
blob: 4e3e54138e5b28637ebaf8c4728a21c197a0116b [
file
] [
log
] [
blame
]
int
b_function
(
int
input
)
{
return
input
*
2
;
}