Sign in
◑
Theme
llvm
/
llvm-project
/
4e32fa991ee2c702d64e8db55ece2f01fdd7ffca
/
.
/
lldb
/
test
/
API
/
python_api
/
module_section
/
c.cpp
blob: 3c87bfe30c6cc6dda1775d6e2a343109d3405ad4 [
file
]
int
c_function
(
int
input
)
{
return
input
*
3
;
}