Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
a8a3bd210086b50242903ed95048fe5e53897878
/
.
/
lldb
/
test
/
python_api
/
module_section
/
c.cpp
blob: 3c87bfe30c6cc6dda1775d6e2a343109d3405ad4 [
file
] [
log
] [
blame
]
int
c_function
(
int
input
)
{
return
input
*
3
;
}