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