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