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